Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.TextMap Namespace / TextMapFragment Class / FindLastIndex Method / FindLastIndex(Predicate<TextLineFragment>) Method

In This Topic
    FindLastIndex(Predicate<TextLineFragment>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindLastIndex( _
       ByVal match As System.Predicate(Of TextLineFragment) _
    ) As System.Integer
    public System.int FindLastIndex( 
       System.Predicate<TextLineFragment> match
    )

    Parameters

    match
    See Also